* Depends: libmariadb-dev rather than default-libmysqlclient-dev
mariaDB has sufficiently evolved from mySQL to stop claiming
compatibility. Note that VTK9 nevertheless still treats mariaDB as
- a substitute for mySQL. Closes: #1137152
- * Build-Depends: libpq-dev to activate PostgreSQL support
+ a substitute for mySQL. Activate SQL support by configuring modules
+ IO::SQL and IO::MySQL. Interface with QtSQL with GUISupportQtSQL=YES
+ Closes: #1137152
+ * Build-Depends: libpq-dev and configure IO::PostgreSQL module
+ to activate PostgreSQL support
* use external exprtk (VTK_MODULE_USE_EXTERNAL_VTK_exprtk:BOOL=ON)
Build-Depends: libexprtk-dev. Closes: #1094438
debian/copyright: Files-Excluded: ThirdParty/exprtk/vtkexprtk
-DVTK_GROUP_ENABLE_StandAlone:STRING=YES \
-DVTK_GROUP_ENABLE_Views:STRING=YES \
-DVTK_MODULE_ENABLE_VTK_GUISupportQtQuick:STRING=DONT_WANT \
- -DVTK_MODULE_ENABLE_VTK_GUISupportQtSQL:STRING=NO \
+ -DVTK_MODULE_ENABLE_VTK_GUISupportQtSQL:STRING=YES \
-DVTK_MODULE_ENABLE_VTK_InteractionImage:STRING=YES \
-DVTK_MODULE_ENABLE_VTK_InteractionWidgets:STRING=YES \
-DVTK_MODULE_ENABLE_VTK_IOGeoJSON:STRING=YES \
+ -DVTK_MODULE_ENABLE_VTK_IOSQL:STRING=YES \
+ -DVTK_MODULE_ENABLE_VTK_IOMySQL:STRING=YES \
+ -DVTK_MODULE_ENABLE_VTK_IOPostgreSQL:STRING=YES \
-DVTK_MODULE_ENABLE_VTK_ParallelMPI:STRING=YES \
-DVTK_MODULE_ENABLE_VTK_RenderingContextOpenGL2=YES \
-DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES \